home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / php / pear / .registry / net_ftp.reg < prev    next >
Text File  |  2004-10-01  |  7KB  |  128 lines

  1. a:14:{s:8:"provides";a:10:{s:13:"class;Net_FTP";a:4:{s:4:"type";s:5:"class";s:4:"name";s:7:"Net_FTP";s:7:"extends";s:4:"PEAR";s:8:"explicit";b:1;}s:25:"function;Net_FTP::connect";a:3:{s:4:"type";s:8:"function";s:4:"name";s:16:"Net_FTP::connect";s:8:"explicit";b:1;}s:28:"function;Net_FTP::disconnect";a:3:{s:4:"type";s:8:"function";s:4:"name";s:19:"Net_FTP::disconnect";s:8:"explicit";b:1;}s:23:"function;Net_FTP::login";a:3:{s:4:"type";s:8:"function";s:4:"name";s:14:"Net_FTP::login";s:8:"explicit";b:1;}s:20:"function;Net_FTP::cd";a:3:{s:4:"type";s:8:"function";s:4:"name";s:11:"Net_FTP::cd";s:8:"explicit";b:1;}s:21:"function;Net_FTP::pwd";a:3:{s:4:"type";s:8:"function";s:4:"name";s:12:"Net_FTP::pwd";s:8:"explicit";b:1;}s:23:"function;Net_FTP::mkdir";a:3:{s:4:"type";s:8:"function";s:4:"name";s:14:"Net_FTP::mkdir";s:8:"explicit";b:1;}s:22:"class;Net_FTP_Observer";a:3:{s:4:"type";s:5:"class";s:4:"name";s:16:"Net_FTP_Observer";s:8:"explicit";b:1;}s:32:"function;Net_FTP_Observer::getId";a:3:{s:4:"type";s:8:"function";s:4:"name";s:23:"Net_FTP_Observer::getId";s:8:"explicit";b:1;}s:33:"function;Net_FTP_Observer::notify";a:3:{s:4:"type";s:8:"function";s:4:"name";s:24:"Net_FTP_Observer::notify";s:8:"explicit";b:1;}}s:8:"filelist";a:5:{s:22:"example/extensions.ini";a:4:{s:4:"role";s:3:"doc";s:14:"baseinstalldir";s:0:"";s:6:"md5sum";s:32:"0aeb3b3be1fdfe7fccbe704581d36f3f";s:12:"installed_as";s:66:"C:\xarelease149\xampp\php\pear\docs\Net_FTP\example\extensions.ini";}s:17:"example/index.php";a:4:{s:4:"role";s:3:"doc";s:14:"baseinstalldir";s:0:"";s:6:"md5sum";s:32:"1ecc59991cf4371e186d2c047e5b267b";s:12:"installed_as";s:61:"C:\xarelease149\xampp\php\pear\docs\Net_FTP\example\index.php";}s:11:"Net/FTP.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:0:"";s:6:"md5sum";s:32:"458f75f7a9f8ed726b9f452aec246f20";s:12:"installed_as";s:42:"C:\xarelease149\xampp\php\pear\Net\FTP.php";}s:20:"Net/FTP/Observer.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:0:"";s:6:"md5sum";s:32:"8e1b05e3868f94dc06327612b3e18921";s:12:"installed_as";s:51:"C:\xarelease149\xampp\php\pear\Net\FTP\Observer.php";}s:7:"dirtree";a:3:{s:51:"C:\xarelease149\xampp\php\pear\docs\Net_FTP\example";b:1;s:34:"C:\xarelease149\xampp\php\pear\Net";b:1;s:38:"C:\xarelease149\xampp\php\pear\Net\FTP";b:1;}}s:7:"package";s:7:"Net_FTP";s:7:"summary";s:77:"Net_FTP provides an OO interface to the PHP FTP functions plus some additions";s:11:"description";s:355:"Net_FTP allows you to communicate with FTP servers in a more comfortable way
  2. than the native FTP functions of PHP do. The class implements everything nativly
  3. supported by PHP and additionally features like recursive up- and downloading,
  4. dircreation and chmodding. It although implements an observer pattern to allow
  5. for example the view of a progress bar.";s:11:"maintainers";a:1:{i:0;a:4:{s:6:"handle";s:4:"toby";s:4:"name";s:14:"Tobias Schlitt";s:5:"email";s:12:"toby@php.net";s:4:"role";s:4:"lead";}}s:7:"version";s:8:"1.3.0RC1";s:12:"release_date";s:10:"2004-09-23";s:15:"release_license";s:11:"PHP License";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:346:"This is the first RC for version 1.3. I decided to not wait until all todos are
  6. implemented, to give the new features to all users.
  7.  
  8. Changelog:
  9. -----------
  10.  
  11. Additions:
  12. -
  13.  
  14. Fixes:
  15.  
  16. * Fixed bug #2268: getRecursive does not work because of '.' and '..' directories. 
  17.  
  18. Todo:
  19.               
  20. * More testing.
  21. * Add example for observer.
  22. * Add unit test.";s:12:"release_deps";a:1:{i:1;a:4:{s:4:"type";s:3:"ext";s:3:"rel";s:3:"has";s:8:"optional";s:2:"no";s:4:"name";s:3:"ftp";}}s:9:"changelog";a:5:{i:0;a:5:{s:7:"version";s:10:"1.3.0beta1";s:12:"release_date";s:10:"2004-03-14";s:15:"release_license";s:11:"PHP License";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:1128:"This release ads new features and fixes all open bugs.
  23. Changelog:
  24. -----------
  25.               
  26. Fixes:
  27.  
  28. * Fixed bug #336: ftp_login displays Warning.
  29. * Fixed bug #813: ftp_nb_put function abort when mode is null.
  30. * Fixed bug #240: mkdir() with $recursive===true doesn't support "single" directories.
  31. * Fixed bug #723: Timeout for connect cannot be set.
  32. * Fixed bug #918: getRecursive() corrupts binary file.
  33. * Fixed typos.
  34.  
  35. Enhancements:
  36.  
  37. * Added site() method for usage of FTP SITE command. Thanks to Eivind Lie <nittereivind@ununique.net> for that.
  38. * Added funtionality for chmod on server and recursive chmod. Both currently support only numeric values. I'll try to fix this. Thanks to Eivind Lie <nittereivind@ununique.net> for this patch.
  39. * Now Windows ftp directories enabled. Thanks Eric Quilantang.
  40. * Added the observer pattern. Up- and downloads are now observable (this works e.g. for HTML_Progress). Thanks to Laurent Laville <farell@php.net>.
  41. * Added support for timout setting.
  42. * Added input validation for port and hostname.
  43.               
  44. Todo:
  45. -----
  46.               
  47. * Extensive testing.
  48. * Add example for observer.
  49.  
  50. ";}i:1;a:5:{s:7:"version";s:10:"1.3.0beta2";s:12:"release_date";s:10:"2004-05-25";s:15:"release_license";s:11:"PHP License";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:343:"This release ads new features and fixes all open bugs.
  51. Changelog:
  52. -----------
  53.               
  54. Fixes:
  55.  
  56. * Added "t" for permission regex (some servers mark speacial dirs).
  57. * Added better support for different ls formats (thanks for hint by George Kearns).
  58.  
  59. Todo:
  60. -----
  61.               
  62. * More testing.
  63. * Add example for observer.
  64. * Add unit test.
  65.  
  66. ";}i:2;a:5:{s:7:"version";s:10:"1.3.0beta3";s:12:"release_date";s:10:"2004-05-25";s:15:"release_license";s:11:"PHP License";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:343:"This release ads new features and fixes all open bugs.
  67. Changelog:
  68. -----------
  69.               
  70. Fixes:
  71.  
  72. * Added "t" for permission regex (some servers mark speacial dirs).
  73. * Added better support for different ls formats (thanks for hint by George Kearns).
  74.  
  75. Todo:
  76. -----
  77.               
  78. * More testing.
  79. * Add example for observer.
  80. * Add unit test.
  81.  
  82. ";}i:3;a:5:{s:7:"version";s:10:"1.3.0beta4";s:12:"release_date";s:10:"2004-06-29";s:15:"release_license";s:11:"PHP License";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:725:"Another beta, since I added many new stuff in the last days.
  83.  
  84. Changelog:
  85. -----------
  86.  
  87. Additions:
  88.  
  89.  * Optimized OS determination. Thanks to Eric Quilantang. 
  90.  * Added ability to set timeout in constructor.
  91.  * Added much more error handling.
  92.  * Added real error codes with full documentation.
  93.  
  94. Fixes:
  95.  
  96.  * Fix bug #1176: Net_FTP::ls can return dates in the future. 
  97.  * Fix bug #1446: Bug in isPassive().
  98.  * Fix bug #1480 _list_and_parse() may throw warnings.
  99.  * Fix bug #1445 Improvement of setTimeout() method + timout handling.
  100.  * Renamed makeDirPermissions() to _makeDirPermissions(), since it's private (CS).
  101.  * Fix './' syntax for pathes.
  102.  
  103. Todo:
  104.               
  105. * More testing.
  106. * Add example for observer.
  107. * Add unit test.
  108.  
  109. ";}i:4;a:5:{s:7:"version";s:8:"1.3.0RC1";s:12:"release_date";s:10:"2004-09-23";s:15:"release_license";s:11:"PHP License";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:348:"This is the first RC for version 1.3. I decided to not wait until all todos are
  110. implemented, to give the new features to all users.
  111.  
  112. Changelog:
  113. -----------
  114.  
  115. Additions:
  116. -
  117.  
  118. Fixes:
  119.  
  120. * Fixed bug #2268: getRecursive does not work because of '.' and '..' directories. 
  121.  
  122. Todo:
  123.               
  124. * More testing.
  125. * Add example for observer.
  126. * Add unit test.
  127.  
  128. ";}}s:13:"_lastmodified";i:1096629117;}